github.com/andybalholm/brotli.Reader.block_type_rb (field)
11 uses
github.com/andybalholm/brotli (current package)
decode.go#L1094: var ringbuffer []uint32 = s.block_type_rb[tree_type*2:]
decode.go#L1161: var block_type uint32 = s.block_type_rb[1]
decode.go#L1197: s.htree_command = []huffmanCode(s.insert_copy_hgroup.htrees[s.block_type_rb[3]])
decode.go#L1216: s.dist_context_map_slice = s.dist_context_map[s.block_type_rb[5]<<distanceContextBits:]
state.go#L128: block_type_rb [6]uint32
state.go#L255: s.block_type_rb[0] = 1
state.go#L256: s.block_type_rb[1] = 0
state.go#L257: s.block_type_rb[2] = 1
state.go#L258: s.block_type_rb[3] = 0
state.go#L259: s.block_type_rb[4] = 1
state.go#L260: s.block_type_rb[5] = 0
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |